home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / math / ast51src.zip / ASTROLOG.DEF < prev    next >
Text File  |  1995-12-31  |  2KB  |  46 lines

  1. ; Astrolog (Version 5.10) File: astrolog.def
  2. ;
  3. ; IMPORTANT NOTICE: The graphics database and chart display routines
  4. ; used in this program are Copyright (C) 1991-1995 by Walter D. Pullen
  5. ; (Astara@msn.com). Permission is granted to freely use and
  6. ; distribute these routines provided one doesn't sell, restrict, or
  7. ; profit from them in any way. Modification is allowed provided these
  8. ; notices remain with any altered or edited versions of the program.
  9. ;
  10. ; The main planetary calculation routines used in this program have
  11. ; been Copyrighted and the core of this program is basically a
  12. ; conversion to C of the routines created by James Neely as listed in
  13. ; Michael Erlewine's 'Manual of Computer Programming for Astrologers',
  14. ; available from Matrix Software. The copyright gives us permission to
  15. ; use the routines for personal use but not to sell them or profit from
  16. ; them in any way.
  17. ;
  18. ; The PostScript code within the core graphics routines are programmed
  19. ; and Copyright (C) 1992-1993 by Brian D. Willoughby
  20. ; (brianw@sounds.wa.com). Conditions are identical to those above.
  21. ;
  22. ; The extended accurate ephemeris databases and formulas are from the
  23. ; calculation routines in the program "Placalc" and are programmed and
  24. ; Copyright (C) 1989,1991,1993 by Astrodienst AG and Alois Treindl
  25. ; (alois@azur.ch). The use of that source code is subject to
  26. ; regulations made by Astrodienst Zurich, and the code is not in the
  27. ; public domain. This copyright notice must not be changed or removed
  28. ; by any user of this program.
  29. ;
  30. ; Initial programming 8/28,30, 9/10,13,16,20,23, 10/3,6,7, 11/7,10,21/1991.
  31. ; X Window graphics initially programmed 10/23-29/1991.
  32. ; PostScript graphics initially programmed 11/29-30/1992.
  33. ; Last code change made 12/27/1995.
  34. ;
  35. NAME        ASTROLOG
  36. DESCRIPTION "Astrolog 5.10 for MS Windows - By Walter D. Pullen"
  37. EXETYPE     WINDOWS
  38. STUB        'WINSTUB.EXE' 
  39. CODE        PRELOAD MOVEABLE DISCARDABLE
  40. DATA        PRELOAD MOVEABLE
  41. HEAPSIZE    4096
  42. EXPORTS     WndProc @1
  43.  
  44. ;
  45. ; astrolog.def
  46.